Biogeochemistry Section 1ΒΆ
import holoviews as hv
import panel as pn
import xarray as xr
from plotting import plot_comparison, plot_interactive, plot_variable
from config import analysis_config
pn.extension()
hv.extension('bokeh')
ds = xr.open_zarr('cached_output/averages_year_081_100.zarr')
Phosphate (PO4)ΒΆ
plot_variable(ds, 'PO4')